<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
 * Copyright 2008-2018 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 * 
 * Style - Base
 * Version: 6.1
 */

/* ---------- button ---------- */
.btn-default:hover {
	color: #ff6900;
	box-shadow: none;
	border-color: #ff6900;
}

.btn-default:focus, .btn-default.focus {
	color: #ff6900;
	box-shadow: none;
	border-color: #ff6900;
}

.btn-default:active, .btn-default.active, .open &gt; .dropdown-toggle.btn-default {
	color: #ff6900;
	box-shadow: none;
	border-color: #ff6900;
}

.btn-default:active:hover, .btn-default.active:hover, .open &gt; .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open &gt; .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open &gt; .dropdown-toggle.btn-default.focus {
	color: #ff6900;
	box-shadow: none;
	border-color: #ff6900;
}

.btn-primary {
	opacity: 0.8;
	-webkit-transition: opacity 0.3s, background-color 0.3s;
	transition: opacity 0.3s, background-color 0.3s;
	border-color: #ff6900;
	background-color: #ff6900;
	background: -webkit-linear-gradient(left, #ff6900, #ff6600);
	background: -moz-linear-gradient(left, #ff6900, #ff6600);
	background: linear-gradient(left, #ff6900, #ff6600);
}

.btn-primary:hover {
	opacity: 1;
	border-color: #ff6600;
	background-color: #ff6600;
}

.btn-primary:focus, .btn-primary.focus {
	border-color: #ff6600;
	background-color: #ff6600;
}

.btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary {
	border-color: #ff6600;
	background-color: #ff6600;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open &gt; .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open &gt; .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open &gt; .dropdown-toggle.btn-primary.focus {
	border-color: #ff6600;
	background-color: #ff6600;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	border-color: #ff6600;
	background-color: #ff6600;
}

.btn-clicked:after {
	border-color: #ff6900;
}

/* ---------- label ---------- */
.label-primary {
	background-color: #ff6900;
}

/* ---------- breadcrumb ---------- */
.breadcrumb {
	border-radius: 0px;
}

.breadcrumb li.active, .breadcrumb li.active a {
	color: #ff6900;
}

/* ---------- modal ---------- */
.modal .modal-dialog {
	margin: 100px auto;
}

/* ---------- pagination ---------- */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
	color: #ff6900;
	border-color: #ff6900;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
	border-color: #ff6900;
	background-color: #ff6900;
}

/* ---------- main-header ---------- */
.main-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ff6900;
}

.main-header .top-ad {
	display: none;
	position: relative;
	background-color: #5f4cf6;
}

.main-header .top-ad .close {
	position: absolute;
	top: 10px;
	right: 60px;
	font-size: 20px;
}

.main-header .top-ad img {
	display: block;
	margin: 0px auto;
}
.main-header .m-header {
	position: relative;
}
.main-header .m-header .logos {
	width:320px;
	float: left;
}
.main-header .m-header .logo {
	vertical-align: top;
}
.main-header .m-header .logos .agency-img {
	display: inline-block;
	margin-left: 10px;
}
.main-header .logos .agency-img .img-responsive{
	height:45px;
	width:151px;
}
.main-header .m-header .search {
	float:left;
	width:calc(100% - 330px);
	max-width:560px;
}
.main-header .m-header .phone {
	float:right;
	width:206px;
	height: 39px;
	background: url(../images/m-phone.png?v1.1);
	background-size:100%;
}

.main-header .top-nav {
	height: 35px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	background-color: #f5f5f5;
}

.main-header .top-nav .list-inline&gt;li {
	padding: 0px;
}

.main-header .top-nav .list-inline&gt;li&gt;a {
	height: 35px;
	line-height: 35px;
	display: block;
	padding: 0px 10px;
}

.main-header .top-nav .list-inline&gt;li&gt;a:hover {
	color: #f04134;
}

.main-header .top-nav .top-nav-dropdown {
	position: relative;
	z-index: 400;
}
.main-header .top-nav-list {
	position: relative;
	width: 220px;
	padding: 15px 20px;
}
.main-header .top-nav-list .business {
	float:left;
	margin-right:15px;
}
.main-header .top-nav-list .customer {
	float:left;
}

.main-header .top-nav .top-nav-dropdown&gt;a {
	position: relative;
	border: 1px solid transparent;
}

.main-header .top-nav .top-nav-dropdown .caret {
	color: #cccccc;
}
.main-header .top-nav .top-nav-dropdown .top-nav-list {
	display: none;
	margin-top: -1px;
	position: absolute;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.main-header .top-nav .top-nav-dropdown&gt;ul {
	display: none;
	margin-top: -1px;
	position: absolute;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.main-header .top-nav .top-nav-dropdown:hover&gt;a {
	color: #f04134;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-color: #dddddd;
	border-bottom-color: transparent;
	background-color: #ffffff;
}

.main-header .top-nav .top-nav-dropdown:hover&gt;a:before {
	height: 10px;
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
}

.main-header .top-nav .top-nav-dropdown:hover&gt;ul {
	display: block;
}
.main-header .top-nav .top-nav-dropdown:hover .top-nav-list {
	display: block;
}

.main-header .top-nav .top-nav-dropdown&gt;ul.business {
	right: 0px;
	left: 0px;
}

.main-header .top-nav .top-nav-dropdown&gt;ul.business li a {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}
.main-header .top-nav .top-nav-dropdown .top-nav-list li a {
	height: 30px;
	line-height: 30px;
}

.main-header .top-nav .top-nav-dropdown&gt;ul.qrcode {
	width: 320px;
	padding: 20px 0px;
	right: 0px;
}

.main-header .top-nav .top-nav-dropdown&gt;ul.qrcode li {
	float: left;
	padding: 0px 20px;
	text-align: center;
	border-right: 1px solid #eeeeee;
}

.main-header .top-nav .top-nav-dropdown&gt;ul.qrcode li:last-child {
	border-right: none;
}

.main-header .product-search {
	margin-bottom: 10px;
}

.main-header .product-search button {
	height: 35px;
	line-height: 25px;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
}

.main-header .product-search .search-type button {
	line-height: 23px;
	font-size: 12px;
	position: relative;
	color: #999999;
	border: 2px solid #ff6900;
	border-right: none;
	background-color: #ffffff;
}

.main-header .product-search .search-type button:after {
	width: 1px;
	height: 22px;
	content: '';
	position: absolute;
	right: 1px;
	z-index: 100;
	background-color: #cfcfcf;
}

.main-header .product-search .search-type .dropdown-menu {
	min-width: 57px;
	margin: 0px;
	top: 95%;
	border-radius: 0px;
	border: 2px solid #ff6900;
	border-top: none;
}

.main-header .product-search .search-type .dropdown-menu a {
	color: #999999;
}

.main-header .product-search input {
	height: 35px;
	outline: none;
	border: 2px solid #ff6900;
	border-left: none;
}

.main-header .product-search input:focus, .main-header .product-search input:hover {
	box-shadow: none;
}

.main-header .product-search .search-btn {
	color: #ffffff;
	border: none;
	background-color: #ff6900;
}

.main-header .product-search button .iconfont {
	font-size: 16px;
}

.main-header .product-search dl {
	clear: both;
}

.main-header .product-search dt {
	line-height: 30px;
	float: left;
	margin-right: 10px;
	color: #aaaaaa;
	font-weight: normal;
}

.main-header .product-search dd {
	line-height: 30px;
	float: left;
	margin-right: 5px;
}

.main-header .product-search dd a {
	color: #999999;
}

.main-header .product-search dd a:hover {
	color: #f04134;
}

.main-header .cart {
	height: 35px;
	line-height: 35px;
	display: block;
	float: right;
	position: relative;
	z-index: 300;
	border: 1px solid #dddddd;
}

.main-header .cart:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .cart:hover:before {
	height: 10px;
	content: '';
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 100;
	background-color: #ffffff;
}

.main-header .cart .iconfont {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	margin: -1px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-color: #ff6900;
}

.main-header .cart:hover .iconfont {
	color: #ff6900;
	background-color: transparent;
}

.main-header .cart&gt;a {
	padding: 0px 20px;
	border-left: 1px solid transparent;
}

.main-header .cart:hover&gt;a {
	color: #ff6900;
	border-left-color: #dddddd;
}

.main-header .cart&gt;em {
	min-width: 17px;
	height: 15px;
	line-height: 15px;
	padding: 0px 2px;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 8px;
	background-color: #ff6900;
}

.main-header .cart .cart-detail {
	width: 350px;
	display: none;
	padding: 10px;
	position: absolute;
	top: 33px;
	right: -1px;
	color: #999999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

.main-header .cart:hover .cart-detail {
	display: block;
}

.main-header .cart .cart-detail .cart-loader {
	line-height: 30px;
	text-align: center;
}

.main-header .cart .cart-detail .cart-loader span {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0px 2px;
	vertical-align: middle;
	-webkit-animation: cartLoaderEffect 0.8s linear infinite alternate;
	animation: cartLoaderEffect 0.8s linear infinite alternate;
	border-radius: 100%;
}

.main-header .cart .cart-detail .cart-loader span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background-color: rgba(245, 103, 115, 0.6);
}

.main-header .cart .cart-detail .cart-loader span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background-color: rgba(245, 103, 115, 0.8);
}

.main-header .cart .cart-detail .cart-loader span:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
	background-color: rgba(245, 103, 115, 1);
}

.main-header .cart .cart-detail .cart-loader span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background-color: rgba(245, 103, 115, 0.8);
}

.main-header .cart .cart-detail .cart-loader span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background-color: rgba(245, 103, 115, 0.6);
}

.main-header .cart .cart-detail .cart-detail-body {
	max-height: 350px;
	overflow: auto;
}

.main-header .cart .cart-detail .cart-detail-body li {
	margin-bottom: 5px;
}

.main-header .cart .cart-detail .cart-detail-body li:nth-child(odd) {
	background-color: #fbfbfb;
}

.main-header .cart .cart-detail .cart-detail-body li img {
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

.main-header .cart .cart-detail .cart-detail-body li a span {
	width: 120px;
	display: inline-block;
	vertical-align: middle;
}

.main-header .cart .cart-detail .cart-detail-body li&gt;span {
	line-height: 50px;
	float: right;
	padding: 0px 5px;
}

.main-header .cart .cart-detail .cart-detail-footer {
	padding-left: 10px;
	background-color: #f8f8f8;
}

.main-header .cart .cart-detail .cart-detail-footer strong {
	color: #f04134;
}

.main-header .cart .cart-detail .cart-detail-footer a {
	padding: 0px 10px;
	color: #ffffff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: #ff6900;
}

.main-header .cart .cart-detail .cart-detail-footer a:hover {
	opacity: 0.8;
}

.main-header .cart .cart-detail p {
	line-height: 50px;
}

.main-header .product-category {
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 10px;
	color: #ffffff;
	font-size: 16px;
	background-color: #ff6900;
}

.main-header .main-nav {
	height: 40px;
	position: relative;
}

.main-header .main-nav .ink-bar {
	height: 2px;
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-transition: width 0.3s, left 0.5s;
	transition: width 0.3s, left 0.5s;
	background-color: #ff6900;
}

.main-header .main-nav li {
	float: left;
	position: relative;
}

.main-header .main-nav li a {
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px 20px;
	font-size: 16px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.main-header .main-nav li.new {
	background: url(/resources/common/images/shop_new.gif) no-repeat 100% top;
}

.main-header .main-nav li.aicaigou {
	background: url(/resources/shop/images/aicaigouNew.png) no-repeat 100% top;
}
.main-header .main-nav li.active a {
	color: #ff6900;
}

@keyframes cartLoaderEffect {
	from {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-webkit-keyframes cartLoaderEffect {
	from {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
	}
	
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/* ---------- main-sidebar ---------- */
.main-sidebar {
	width: 340px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -300px;
	z-index: 400;
}

.main-sidebar .main-sidebar-body {
	width: 40px;
	height: 100%;
	float: left;
	background-color: #333333;
}

.main-sidebar .main-sidebar-body ul {
	width: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-sidebar .main-sidebar-body ul li {
	position: relative;
}

.main-sidebar .main-sidebar-body a {
	padding-top:10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.main-sidebar .main-sidebar-body a i {
	width:20px;
	height: 20px;
	display: block;
	margin:0 auto;
}
.main-sidebar .main-sidebar-body .qq {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguNjc4IDE4LjE3NGEzLjM0IDMuMzQgMCAwIDEtLjk5NC0yLjM5di0yLjYzNmMuMDAxLTEuODA2IDEuNDAyLTMuMjcyIDMuMTM2LTMuMjg1LS4zMjQtNC43NzctNC4xNS04LjU0OC04LjgyLTguNTQ4LTQuNjcxIDAtOC40OTYgMy43NzEtOC44MiA4LjU0OCAxLjczNC4wMTQgMy4xMzMgMS40OCAzLjEzNiAzLjI4NXYyLjYzNWMwIDEuODE2LTEuNDE0IDMuMjg4LTMuMTU4IDMuMjg4UzAgMTcuNTk5IDAgMTUuNzgzdi0yLjYzNWMwLTEuMzEuNzQ3LTIuNDkzIDEuOTAxLTMuMDE0QzIuMDk3IDQuNTAzIDYuNTQzIDAgMTIgMHM5LjkwMyA0LjUwMyAxMC4wOTkgMTAuMTM0YzEuMTUzLjUyMiAxLjkgMS43MDUgMS45MDEgMy4wMTR2Mi42MzVjMCAxLjA2OC0uNSAyLjA3LTEuMzM4IDIuNjg1YTMuMDU0IDMuMDU0IDAgMCAxLTIuODguNDEgMTAuNzE1IDEwLjcxNSAwIDAgMS00LjMwOSAyLjg4Yy0uMDMgMS4yNS0xLjAxNSAyLjI0Ni0yLjIxNiAyLjI0MmgtMS44ODRjLTEuMjI1IDAtMi4yMTYtMS4wMjYtMi4yMTYtMi4zMDEgMC0xLjI3NC45ODgtMi4zMDIgMi4yMTctMi4zMDJoMS44ODJjLjc5OCAwIDEuNDk2LjQzNCAxLjg4NiAxLjA4OWE5LjQzMiA5LjQzMiAwIDAgMCAzLjUzNS0yLjMxMnoiIGZpbGw9IiNmZjY5MDAiLz48L3N2Zz4=) no-repeat;
	background-size: cover;
}
.main-sidebar .main-sidebar-body .code {
	background: url(../images/code.png) no-repeat;
	background-size: cover;

}
.main-sidebar .main-sidebar-body .top {
	background: url(../images/top.png) no-repeat;
	background-size: cover;
}

.main-sidebar .main-sidebar-body .qq-box:hover{
	background-color: #ff6900;
}

.main-sidebar .main-sidebar-body .qq-tip {
	display: inline-block;
	width:120px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	background: #ff6900;
	position: absolute;
	right:-120px;
	top:0;
	text-align: center;
	cursor: pointer;
}
.main-sidebar .main-sidebar-body .qq-box:hover .qq {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguNjc4IDE4LjE3NGEzLjM0IDMuMzQgMCAwIDEtLjk5NC0yLjM5di0yLjYzNmMuMDAxLTEuODA2IDEuNDAyLTMuMjcyIDMuMTM2LTMuMjg1LS4zMjQtNC43NzctNC4xNS04LjU0OC04LjgyLTguNTQ4LTQuNjcxIDAtOC40OTYgMy43NzEtOC44MiA4LjU0OCAxLjczNC4wMTQgMy4xMzMgMS40OCAzLjEzNiAzLjI4NXYyLjYzNWMwIDEuODE2LTEuNDE0IDMuMjg4LTMuMTU4IDMuMjg4UzAgMTcuNTk5IDAgMTUuNzgzdi0yLjYzNWMwLTEuMzEuNzQ3LTIuNDkzIDEuOTAxLTMuMDE0QzIuMDk3IDQuNTAzIDYuNTQzIDAgMTIgMHM5LjkwMyA0LjUwMyAxMC4wOTkgMTAuMTM0YzEuMTUzLjUyMiAxLjkgMS43MDUgMS45MDEgMy4wMTR2Mi42MzVjMCAxLjA2OC0uNSAyLjA3LTEuMzM4IDIuNjg1YTMuMDU0IDMuMDU0IDAgMCAxLTIuODguNDEgMTAuNzE1IDEwLjcxNSAwIDAgMS00LjMwOSAyLjg4Yy0uMDMgMS4yNS0xLjAxNSAyLjI0Ni0yLjIxNiAyLjI0MmgtMS44ODRjLTEuMjI1IDAtMi4yMTYtMS4wMjYtMi4yMTYtMi4zMDEgMC0xLjI3NC45ODgtMi4zMDIgMi4yMTctMi4zMDJoMS44ODJjLjc5OCAwIDEuNDk2LjQzNCAxLjg4NiAxLjA4OWE5LjQzMiA5LjQzMiAwIDAgMCAzLjUzNS0yLjMxMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") no-repeat;
	background-size: cover;
}
.main-sidebar .main-sidebar-body .qq-box:hover .qq-tip{
	right:40px;
	transition: right 0.2s;
}

.main-sidebar .main-sidebar-body .tooltip {
	position: absolute;
	top: 0px!important;
	right: 40px;
	left: auto!important;
}

.main-sidebar .main-sidebar-body .tooltip .tooltip-inner {
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	box-shadow: none;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.9);
}

.main-sidebar .main-sidebar-body .tooltip.top .tooltip-arrow {
	border-top-color: rgba(0, 0, 0, 0.9);
}

.main-sidebar .main-sidebar-body .tooltip.right .tooltip-arrow {
	border-right-color: rgba(0, 0, 0, 0.9);
}

.main-sidebar .main-sidebar-body .tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(0, 0, 0, 0.9);
}

.main-sidebar .main-sidebar-body .tooltip.left .tooltip-arrow {
	border-left-color: rgba(0, 0, 0, 0.9);
}

.main-sidebar .main-sidebar-body .iconfont {
	font-size: 16px;
}

.main-sidebar .main-sidebar-body .cart {
	height: auto;
	line-height: 20px;
	padding: 11px 0px;
	text-align: center;
}

.main-sidebar .main-sidebar-body .cart span {
	display: block;
	padding: 5px 9px;
	text-align: center;
}

.main-sidebar .main-sidebar-body .cart em {
	min-width: 17px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	padding: 0px 2px;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	border-radius: 8px;
	background-color: #ff6900;
}

.main-sidebar .main-sidebar-body .cart:hover em {
	color: #ff6900;
	background-color: #ffffff;
}

.main-sidebar .main-sidebar-body .qrcode .content {
	width: 120px;
	height: 150px;
	display: none;
	padding: 0 10px;
	position: absolute;
	right: 40px;
	bottom: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.main-sidebar .main-sidebar-body .qrcode .content .code-tip {
	color: #ff6900;
	text-align:center;
}

.main-sidebar .main-sidebar-body .qrcode:hover .content {
	display: block;
	cursor: default;
}
.main-sidebar .main-sidebar-body .qrcode:hover .code {
	background: url(../images/code-active.png) no-repeat;
	background-size: cover;
}
.main-sidebar .main-sidebar-body .qrcode-box:hover {
	background-color: #ff6900;
}


.main-sidebar .main-sidebar-body .back-top:hover {
	background-color: #ff6900;
}
.main-sidebar .main-sidebar-body .back-top:hover .top {
	background: url(../images/top-active.png) no-repeat;
	background-size: cover;
}

.main-sidebar .main-sidebar-right {
	width: 300px;
	height: 100%;
	float: left;
	overflow: auto;
	background-color: #e8e8e8;
}

.main-sidebar .main-sidebar-right .history-product h4 {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
	background-color: #f8f8f8;
}

.main-sidebar .main-sidebar-right .history-product&gt;p {
	line-height: 50px;
	color: #999999;
	text-align: center;
}

.main-sidebar .main-sidebar-right .history-product li {
	width: -webkit-calc((100% - 10px * 3) / 2);
	width: calc((100% - 10px * 3) / 2);
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	background-color: #ffffff;
}

.main-sidebar .main-sidebar-right .history-product li:nth-child(-n+2) {
	margin-top: 10px;
}

.main-sidebar .main-sidebar-right .history-product li:nth-child(2n+1) {
	margin-left: 10px;
}

.main-sidebar .main-sidebar-right .history-product li:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.main-sidebar .main-sidebar-right .history-product li h5 {
	line-height: 20px;
	font-weight: normal;
}

/* ---------- main-footer ---------- */
.main-footer {
	border-top: 1px solid #eeeeee;
}

.main-footer .promise {
	padding: 20px 50px;
	margin-bottom: 20px;
	border-image: -webkit-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-image: -moz-linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-image: linear-gradient(left, #f8f8f8, #e8e8e8, #f8f8f8) 1;
	border-width: 0px 0px 1px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.main-footer .promise .iconfont {
	margin-right: 10px;
	color: #ff6900;
	font-size: 40px;
}

.main-footer .promise img {
	margin-right: 10px;
}

.main-footer .promise strong {
	line-height: 30px;
	font-size: 16px;
}

.main-footer .promise p {
	line-height: 25px;
	color: #999999;
	font-size: 14px;
}
.main-footer .contact-box {
	margin: 0 auto;
	width:36%;
}
.main-footer .contact {
	line-height: 30px;
	padding-left: 50px;
	margin-bottom: 20px;
	border-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: -moz-linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-image: linear-gradient(top, #fafafa, #f0f0f0, #fafafa) 1;
	border-width: 0px 1px 0px 0px;
	border-right: 1px solid #f0f0f0;
}

.main-footer .contact .iconfont {
	margin-right: 5px;
	color: #ff6900;
	font-size: 18px;
}

.main-footer .contact strong {
	color: #ff6900;
	font-size: 18px;
	font-weight: bold;
}

.main-footer .help {
	margin-bottom: 20px;
}

.main-footer .help dt {
	line-height: 30px;
	font-size: 14px;
}

.main-footer .help dd {
	line-height: 25px;
}

.main-footer .bottom-nav {
	line-height: 25px;
	padding: 10px 0px;
	color: #dddddd;
	text-align: center;
	background: url('../images/main_footer.png') 0px 0px;
}

.main-footer .bottom-nav li {
	display: inline;
}

.main-footer .bottom-nav li a {
	margin: 0px 20px;
	color: #eeeeee;
}

.main-footer .bottom-nav li a:hover {
	color: #ffffff;
}

/* ---------- store-footer ---------- */

.m-footer {
	margin-top: 30px;
  }
  .m-footer .top {
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	text-align: center;
	font-size: 13px;
	color: #333;
  }
  .m-footer .bottom {
	height: 69px;
	background-color: #404040;
	font-size: 12px;
	color: #fff;
	text-align: center;
  }
  .m-footer .bottom ul {
	height: 40px;
	line-height: 40px;
	display: inline-block;
  }
  .m-footer .bottom ul:after {
	clear: both;
	content: '';
	display: block;
  }
  .m-footer .bottom li {
	float: left;
  }
  .m-footer .bottom li a {
	color: #fff;
  }
  .m-footer .bottom li.line {
	width: 1px;
	height: 10px;
	background-color: #fff;
	margin: 0 20px;
	margin-top: 15px;
  }
  .store-footer .store-promise {
	padding:36px 0;
	font-size:14px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
  }
  .store-footer .store-promise .span3 {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../webapp/resources/shop/new/images/slider4.png) no-repeat;
	background-size: cover;
  }

/* ---------- store-slider ---------- */
.m-sidebar {
	padding-bottom:20px;
}
  .m-sidebar .product-info {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
  }
  .m-sidebar .product-info .p1 {
	height: 40px;
	line-height: 40px;
	background-color: #ff6900;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
  }
  .m-sidebar .product-info .p-contain {
	padding: 18px 15px 16px 15px;
	color:#333;
	font-size:14px;
  }
  .m-sidebar .product-info .p3,
  .m-sidebar .product-info .p2 {
	line-height: 30px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  .m-sidebar .product-info .p4,
  .m-sidebar .product-info .p5 {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
  }
  .m-sidebar .product-info .p-title {
	font-size:16px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  .m-sidebar .product-info .span1 {
	color:#999;
  }
  .m-sidebar .product-info .p3 .span2 {
	color:#FF6900;
  }
  .m-sidebar .product-info .p3 {
	line-height: 20px;
	padding:5px 0;
  }
  .m-sidebar .product-info .p2 .span1 {
	width: 70px;
	letter-spacing: 4px;
	padding-left:2px;
  }
  .m-sidebar .product-info .p2 .span2 {
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
	width: -webkit-calc(100% - 105px);
	width: -moz-calc(100% - 105px);
	width: calc(100% - 105px);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
  }
  .m-sidebar .product-info .p2 .span3 {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../webapp/resources/shop/new/images/slider4.png) no-repeat;
	background-size: cover;
	position: absolute;
	top:7px;
  }
  .m-sidebar .product-info .p2 a {
	width: 100%;
	height: 20px;
	display: inline-block;
	margin-left:5px;
	position: relative;
  }
  .m-sidebar .product-info .save {
	  background: #fff;
	  color:#FF6900;
	  border:1px solid #FF6900;
  }
  .m-sidebar .product-info .p6 {
	line-height: 35px;
  }
  .m-sidebar .product-info .p6 a {
	display: inline-block;
	width:15px;
	height: 15px;
	margin-right:2px;
  }
  .m-sidebar .product-info .p6 span {
	
	width:15px;
	height: 15px;
	display: inline-block;
	margin-right:5px;
  }
  .m-sidebar .product-info .p6 .span1 {
	background: url(../images/slider3.png) no-repeat;
	background-size: cover;
	
  }
  .m-sidebar .product-info .p6 .span2 {
	background: url(../images/slider2.png) no-repeat;
	background-size: cover;
  }
  
  .m-sidebar .product-info .p7 {
	border-bottom:1px solid #e5e5e5;
	padding: 6px 0;
	line-height: 20px;
	
  }
  .m-sidebar .product-info .p7 .p7-content {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	width:100%;
  }

  .m-sidebar .product-info button {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #ff6900;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	border: none;
	margin-top: 15px;
  }
  /* 热门产品 */

  .m-sidebar .product-class {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-top: 19px;
  }
  .m-sidebar .product-class .p1 {
	height: 40px;
	line-height: 40px;
	background-color: #ff6900;
	color: #fff;
	padding: 0 10px;
	font-size:16px;
  }
  .m-sidebar .product-class .p1 a {
	float: right;
	color: #fff;
	font-size: 12px;
  }

  .product-star {
	padding: 16px 0;
	margin:0 auto;
	width:100%;
  }
  .product-star .product-item{
	width: 100%;
  }
  
/** product**/


  .m-product-list {
	margin:-5px -10px;
  }
 
  .m-product-list:before, .m-product-list:after {
    content: "";
    display: table;
    clear: both;
}
.m-product-list .m-img-wrap {
	height: 0;
	display: block;
	padding-bottom: 100%;
	position: relative;
    overflow: hidden;
  }
  
  .m-product-list .m-img-wrap .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
  }
  
  .m-product-list .img-hover {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .m-product-list .img-hover:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
  
 
  
  .m-product-list .product-item {
	position: relative;
	width: 20%;
	float: left;
	padding: 5px 10px;
	margin-bottom: 15px;
  }
  
  .m-product-list .product-item .product-inner {
	border: 1px solid #eee;
	transition: all 0.3s ease;
  }
  
  .m-product-list .product-item .product-inner:hover {
	border-color: #ff6600;
  }
  
  .m-product-list .product-item .big {
	color: #ff6600;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
  }
  
  .m-product-list .product-item .txt {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 12px;
	line-height: 18px;
	height: 34px;
	margin-bottom: 10px;
	padding: 0 10px;
  
  }
  
  .m-product-list .product-item .contact {
	position: absolute;
	left: 0;
	bottom: -36px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #ff6600;
	color: #fff;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease;
  }
  
  .m-product-list .product-item:hover .contact {
	bottom: 0;
  }

/* ---------- pay-confirm-modal ---------- */
.pay-confirm-modal .modal-body p {
	line-height: 40px;
	font-size: 14px;
	color: #888888;
	text-align: center;
}

.pay-confirm-modal .modal-body p .iconfont {
	font-size: 30px;
	color: #f56a00;
}

.pay-confirm-modal .modal-footer {
	text-align: center;
}

.pay-confirm-modal .modal-footer .btn-primary {
	color: #f56a00;
	opacity: 1;
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	border-color: #f56a00;
	background: #ffffff;
}

.pay-confirm-modal .modal-footer .btn-primary:hover {
	box-shadow: 0px 0px 8px rgba(245, 106, 0, 0.3);
}

/* ---------- payment-plugin ---------- */
.shop .payment-plugin .payment-plugin-heading {
	padding: 10px 0px;
	border-bottom: 1px solid #f2f2f2;
}

.shop .payment-plugin .payment-plugin-body .media {
	width: -webkit-calc((100% - 15px * 5) / 6);
	width: calc((100% - 15px * 5) / 6);
	height: 50px;
	float: left;
	padding: 7px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	border-radius: 3px;
	border: 1px solid #dddddd;
}

.shop .payment-plugin .payment-plugin-body .media:nth-child(6n) {
	margin-right: 0px;
}

.shop .payment-plugin .payment-plugin-body .media:hover {
	border-color: #ff851b;
}

.shop .payment-plugin .payment-plugin-body .media .media-object {
	height: 34px;
	line-height: 34px;
}

.shop .payment-plugin .payment-plugin-body .media .iconfont {
	line-height: 34px;
	color: #cccccc;
	font-size: 26px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

.shop .payment-plugin .payment-plugin-body .media.active .iconfont {
	color: #ff851b;
}

.shop .payment-plugin .payment-plugin-body .media.active {
	border-color: #ff851b;
}


.search-list{
	display: block;
	line-height: 184px;
	height: 184px;
}

.search-list-one{
	display: block;
	line-height: 204px;
	height: 204px;
}
.search-list-three{
	display: block;
	line-height: 212px;
	height: 212px;
}

.search-list-img{
	display: block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.gjc-line3-one{
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/*采神宝右侧咨询start*/
#r-zixun {
	cursor: pointer;
	width: 100%;
}
.fixed-sideBox{
	position: fixed;
	width: 300px;
	top:0;
	right: -300px;
	bottom:0;
	background: #fff;
	z-index: -999;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
// display: none;
}
.sideBox-content{
	text-align: center;
	padding-top: 10px;
}
.sideBox-contact-top{
	padding: 0 25px 5px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.sideBox-close{
	font-size: 0;
	text-align: right;
	margin-bottom: 24px;
}
.sideBox-close-btn{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../images/fixed-side-icon.png") no-repeat -39px -142px;
	cursor: pointer;
}
.sideBox-contact-text{
	font-size: 12px;
	color: #111;
	line-height: 13px;
}
.sideBox-contact-text:after{
	display: inline-block;
	content: '';
	width:44px;
	height: 2px;
	background: #ff5700;
}
.sideBox-contact-tel{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sideBox-contact-link{
	font-size: 12px;
	color: #3399ff;
}
.sideBox-contact-link:hover{
	color: #0070ff;
}
.sideBox-contact-middle{
	padding: 15px 25px 20px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.sideBox-contact-form{
	margin-top: 15px;
}
.sideBox-contact-selectBox{
	position: relative;
	height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #bbb;
}
.sideBox-contact-selectBg{
	font-size: 14px;
	color: #333;
	line-height: 38px;
	text-align: left;
	padding: 0 12px;
}
.sideBox-contact-selectBg:after{
	position: absolute;
	display: inline-block;
	content: '';
	width:16px;
	height: 10px;
	top:14px;
	right: 12px;
	background: url("../images/fixed-side-icon.png") no-repeat -47px -211px;
}
.sideBox-contact-select{
	position: absolute;
	width: 100%;
	height: 38px;
	top: 0;
	left: 0;
	opacity: 0;
}
.sideBox-contact-input{
	height: 38px;
	font-size: 14px;
	text-indent: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #bbb;
}
.sideBox-contact-input:focus{
	border-color:#0070ff;
}
.sideBox-contact-input-tel{
	width: 248px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.sideBox-contact-input-name{
	width: 248px;
	margin-top: 14px;
}
.sideBox-contact-yzmbox{

}
.sideBox-contact-input-yzm{
	width: 148px;
	margin-right: 4px;
	vertical-align: middle;
}
.sideBox-contact-yzmimg{
	height: 40px;
	width: 90px;
	vertical-align: middle;
	cursor: pointer;
}
.sideBox-contact-btn{
	font-size: 14px;
	color: #fff;
	background: #ff8400;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sideBox-contact-sub{
	width: 100%;
	height: 40px;
	margin-top: 15px;
}
.sideBox-contact-btn:hover{
	background: #ff6700;
}
.sideBox-contact-bottom{
	padding: 18px 25px 0 25px;
}
.sideBox-contact-wximgBox{
	padding-top: 22px;
}
.sideBox-contact-wximgBox img{
	width: 125px;
	height: 125px;
}
.sideBox-contact-sucImg{
	width: 110px;
	height: 110px;
	margin: 20px auto 5px auto;
	background: url("../images/fixed-side-icon.png") no-repeat -3px 0;
}
.sideBox-contact-sucText{
	font-size: 14px;
	color: #111;
}
.sideBox-contact-sucBtn{
	width: 100%;
	height: 40px;
	margin-top: 29px;
}
.sideBox-show{
	right: 35px;
}


.sideBox-contact-input-error{
	border-color: #ff3333;
	background: #fff7f7;
}
.sideBox-contact-input-error::-webkit-input-placeholder {
	color: #ff3333;
}
.sideBox-contact-input-error:-moz-placeholder {
	color: #ff3333;
}
.sideBox-contact-input-error:-ms-input-placeholder {
	color: #ff3333;
}
.none{
	display: none;
}
/*采神宝右侧咨询end*/

.mask {
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: #000;
	z-index:999;
	
}
.hide {
	display: none;
}
.show {
	display: block;
}
.mask img {
	cursor: pointer;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.items-center {
	align-items: center;
}</pre></body></html>